home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / 0189.ZIP / LOAN.DOC < prev    next >
Text File  |  1986-02-08  |  910b  |  20 lines

  1.  
  2. The program LOAN.PAS was written by Steve Wood for the book
  3. Using Turbo Pascal, published by Osborne/McGraw-Hill. It is
  4. placed in the public domain with the understanding that the
  5. author and publisher retain all commercial rights. That is,
  6. the code may NOT be published for sale. You may, however, feel
  7. free to use and distribute it freely as is the custom with
  8. public domain software.
  9.  
  10. This version is generic in that it uses no system dependent code.
  11. It should run on any sytem for which Turbo is available as long
  12. as a video screen capable of displaying 24 lines of 80 characters
  13. is used. See the code for areas that have been commented out for
  14. some changes that will improve the cosmetics on an IBM-PC or
  15. compatible.
  16.  
  17. The code is heavily commented and the program is designed to be
  18. self documenting from the users perspective. For detailed
  19. documention see the book Using Turbo Pascal.
  20.